'Declaration Public Overloads Overrides Function CreateLinearGradientBrush( _
ByVal rectangleA System.Drawing.RectangleF structure that specifies the bounds of the linear gradient.As System.Drawing.RectangleF, _
ByVal ParamArray gradientStopsThe brush's gradient stops.() As Vintasoft.Imaging.Drawing.GradientStop _
) As Vintasoft.Imaging.Drawing.IDrawingLinearGradientBrush
public override Vintasoft.Imaging.Drawing.IDrawingLinearGradientBrush CreateLinearGradientBrush(
System.Drawing.RectangleF rectangle,
params Vintasoft.Imaging.Drawing.GradientStop[] gradientStops
)
public: Vintasoft.Imaging.Drawing.IDrawingLinearGradientBrush* CreateLinearGradientBrush(
System.Drawing.RectangleF* rectangle,
params Vintasoft.Imaging.Drawing.GradientStop*[]* gradientStops
); override
public:
Vintasoft.Imaging.Drawing.IDrawingLinearGradientBrush^ CreateLinearGradientBrush(
System.Drawing.RectangleF^ rectangle,
... array<Vintasoft.Imaging.Drawing.GradientStop^>^ gradientStops
); override
Parameters
- rectangle
- A System.Drawing.RectangleF structure that specifies the bounds of the linear gradient.
- gradientStops
- The brush's gradient stops.
Return Value
A new linear gradient brush.